home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / eggrun.swf / scripts / DefineButton2_66 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-28  |  134 b   |  7 lines

  1. on(release){
  2.    _root.sound.buttonsound();
  3.    _root.sound.musicstatus = false;
  4.    _root.sound.stopsound();
  5.    gotoAndStop(2);
  6. }
  7.